home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
dev
/
lang
/
Python151_Src.lha
/
Python1.5_Source
/
Modules
/
protos
/
mathmodule_protos.h
< prev
next >
Wrap
Text File
|
1998-01-26
|
424b
|
9 lines
/* mathmodule.c */
static PyObject *math_error ( void );
static PyObject *math_1 ( PyObject *args , double (*func )Py_FPROTO ((double )));
static PyObject *math_2 ( PyObject *args , double (*func )Py_FPROTO ((double ,double )));
static PyObject *math_ldexp ( PyObject *self , PyObject *args );
static PyObject *math_modf ( PyObject *self , PyObject *args );
static PyObject *math_frexp ( PyObject *self , PyObject *args );